Skip to content

Comments

Add Regex Tester tool#21

Merged
GhDj merged 1 commit intodevelopfrom
feature/regex-tester
Dec 14, 2025
Merged

Add Regex Tester tool#21
GhDj merged 1 commit intodevelopfrom
feature/regex-tester

Conversation

@GhDj
Copy link
Owner

@GhDj GhDj commented Dec 14, 2025

Summary

  • Add new Regex Tester tool for testing and debugging regular expressions
  • Live pattern matching with real-time highlighting
  • Match details showing index and capture groups
  • Flag toggles (global, ignore case, multiline, dotAll, unicode)
  • Common patterns library with examples
  • Quick reference for regex syntax

Features

  • Live Testing: Real-time regex matching as you type
  • Highlighted Matches: Visual highlighting of matches in test string
  • Match Details: Shows match index, value, and capture groups
  • Flag Toggles: Easy toggle buttons for g, i, m, s, u flags
  • Common Patterns: Pre-built patterns for email, URL, phone, IP, date, HTML tags
  • Quick Reference: Collapsible regex syntax reference

Test plan

  • Verify regex tool page loads at /tools/regex
  • Test pattern input and flag toggles
  • Verify live matching works
  • Test common patterns examples load correctly
  • All 273 tests pass

- Live regex pattern testing with JavaScript
- Highlighted matches in test string
- Match details showing index and capture groups
- Flag toggles (global, ignore case, multiline, dotAll, unicode)
- Common patterns library (email, URL, phone, IP, date, HTML tag)
- Quick reference for regex syntax
- Full test coverage
@GhDj GhDj merged commit b7d6ab2 into develop Dec 14, 2025
3 checks passed
@GhDj GhDj deleted the feature/regex-tester branch December 14, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant